func sort.stringsAreSortedImpl

2 uses

	sort (current package)
		sort.go#L192: func StringsAreSorted(x []string) bool { return stringsAreSortedImpl(x) }
		sort_impl_go121.go#L22: func stringsAreSortedImpl(x []string) bool   { return slices.IsSorted(x) }